projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fba795
)
(diff-mode-menu): Do not assume whitespace-mode is loaded.
author
Chong Yidong
<cyd@stupidchicken.com>
Tue, 13 Jan 2009 13:58:25 +0000
(13:58 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Tue, 13 Jan 2009 13:58:25 +0000
(13:58 +0000)
lisp/diff-mode.el
patch
|
blob
|
history
diff --git
a/lisp/diff-mode.el
b/lisp/diff-mode.el
index eb0807cc0953ae884f48aea93875d41109caaa1d..28ad437f15d220d17786ebdcbd2e9cdfc181ce0f 100644
(file)
--- a/
lisp/diff-mode.el
+++ b/
lisp/diff-mode.el
@@
-184,7
+184,7
@@
when editing big diffs)."
:help "Convert unified diffs to context diffs"]
;;["Fixup Headers" diff-fixup-modifs (not buffer-read-only)]
["Show trailing whitespace" whitespace-mode
- :style toggle :selected
whitespace-mode
+ :style toggle :selected
(and (boundp 'whitespace-mode) whitespace-mode)
:help "Show trailing whitespace in modified lines"]
"-----"
["Split hunk" diff-split-hunk